SignalConcurrentQueue<T> Class Methods

MNG Profiler

MNG.Direct Documentation

MNG.Profiler.Collections Namespace : SignalConcurrentQueue<T> Class
SignalConcurrentQueue<T> Class Methods

For a list of all members of this type, see SignalConcurrentQueue<T> members.

Public Methods
 NameDescription
Public MethodAdds an item to the end of the queue.  
Public MethodAttempts to pull an item from the front of the queue.  
Top
Protected Methods
 NameDescription
Protected MethodFires all handlers registered to the Enqueued event.  
Protected MethodFires all handlers registered to the TriedDequeue event.  
Top
See Also